home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / scripts / static_obstacles.shader < prev    next >
Encoding:
Text File  |  2002-10-21  |  2.9 KB  |  170 lines

  1. // Hedgehog
  2. static_hedgehog
  3. {
  4.     qer_editorimage textures/models/items/hedgehog.tga
  5.     cull none
  6.     {
  7.         map textures/models/items/hedgehog.tga
  8.         rgbgen lightingSpherical
  9.     }
  10. }
  11.  
  12. static_hedgehog_snowy
  13. {
  14.     qer_editorimage textures/models/items/hedgehog_snowy.tga
  15.     cull none
  16.     {
  17.         map textures/models/items/hedgehog_snowy.tga
  18.         rgbgen lightingSpherical
  19.     }
  20. }
  21.  
  22. // Teller minepost
  23. static_minepole
  24. {
  25.     qer_editorimage textures/models/items/minepole.tga
  26.     {
  27.         map textures/models/items/minepole.tga
  28.         rgbgen lightingSpherical
  29.     }
  30. }
  31.  
  32. static_minepole2
  33. {
  34.     qer_editorimage textures/models/items/minepole.tga
  35.     cull none
  36.     {
  37.         map textures/models/items/minepole.tga
  38.         rgbgen lightingSpherical
  39.     }
  40. }
  41.  
  42. // Ramp
  43. static_ramp
  44. {
  45.     qer_editorimage textures/models/items/ramp.tga
  46.     {
  47.         map textures/models/items/ramp.tga
  48.         rgbgen lightingSpherical
  49.     }
  50. }
  51.  
  52. // Barb wire posts
  53. static_bwirepost
  54. {
  55.     qer_editorimage textures/models/items/bwirepost.tga
  56.     {
  57.         map textures/models/items/bwirepost.tga
  58.         rgbgen lightingSpherical
  59.     }
  60. }
  61.  
  62. // Barb wire
  63. static_bspindle
  64. {
  65.     qer_editorimage textures/models/items/bspindle.tga
  66.     cull none
  67.     nopicmip
  68.     nomipmaps
  69.     {
  70.         clampmap textures/models/items/bspindle.tga
  71.         blendFunc blend
  72. //        alphaFunc GT0
  73. //        alphaGen distFade 2048 3072
  74.         alphaGen distFade 256 3072
  75.         rgbgen lightingSpherical
  76.     }
  77. }
  78.  
  79. static_bplane
  80. {
  81.     qer_editorimage textures/models/items/bplane.tga
  82.     cull none
  83.     nopicmip
  84.     nomipmaps
  85.     {
  86.         clampmap textures/models/items/bplane.tga
  87.         blendFunc blend
  88. //        alphaFunc GT0
  89. //        alphaGen distFade 2048 3072
  90.         alphaGen distFade 256 3072
  91.         rgbgen lightingSpherical
  92.     }
  93. }
  94.  
  95. // Large rock winter
  96. static_lrock1
  97. {
  98.     qer_editorimage textures/models/items/rockwinter1.tga
  99.     {
  100.         map textures/models/items/rockwinter1.tga
  101.         rgbgen lightingSpherical
  102.     }
  103. }
  104. // Large rock plain
  105. static_lrock2
  106. {
  107.     qer_editorimage textures/wilderness/wldrrckset1_1.tga
  108.     {
  109.         map textures/wilderness/wldrrckset1_1.tga
  110.         rgbgen lightingSpherical
  111.     }
  112. }
  113.  
  114. // Medium rock winter
  115. static_mrock1
  116. {
  117.     qer_editorimage textures/models/items/mrock1.tga
  118.     {
  119.         map textures/models/items/mrock1.tga
  120.         rgbgen lightingSpherical
  121.     }
  122. }
  123.  
  124. // Haystack
  125. static_haystack
  126. {
  127.     qer_editorimage textures/models/items/haystack.tga
  128.     {
  129.         map textures/models/items/haystack.tga
  130.         rgbgen lightingSpherical
  131.     }
  132. }
  133.  
  134. // Big pile of rubble
  135. static_lrubble1
  136. {
  137.     qer_editorimage textures/mohtest/rubble2c.tga
  138.     {
  139.         map textures/mohtest/rubble2c.tga
  140.         rgbgen lightingSpherical
  141.     }
  142. }
  143.  
  144. static_boards
  145. {
  146.     qer_editorimage textures/interior/trenchwall2.tga
  147.     {
  148.         map textures/interior/trenchwall2.tga
  149.         rgbgen lightingSpherical
  150.     }
  151. }
  152.  
  153. // Small pile of rubble
  154. static_srubble1
  155. {
  156.     qer_editorimage textures/models/items/rubblebase.tga
  157.     {
  158.         map textures/models/items/rubblebase.tga
  159.         rgbgen lightingSpherical
  160.     }
  161. }
  162.  
  163. static_bricks
  164. {
  165.     qer_editorimage textures/models/items/rubbleblocks.tga
  166.     {
  167.         map textures/models/items/rubbleblocks.tga
  168.         rgbgen lightingSpherical
  169.     }
  170. }